home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 1 / GEEK1.ISO / geekko / hybel.dxr / Behavior_19_To Skjekkere.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  248 b   |  14 lines

  1. on mouseDown
  2.   global Players
  3.   KLokkelyd("Ned")
  4.   set WhichDownClickFrame to the frameLabel
  5.   go("Butt2")
  6.   LydPause()
  7.   repeat while the stillDown
  8.   end repeat
  9.   KLokkelyd("Opp")
  10.   go(WhichDownClickFrame)
  11.   set Players to 2
  12.   Players(Player)
  13. end
  14.